ChangeLog fixes
authorGlenn Morris <rgm@gnu.org>
Fri, 31 Jan 2014 02:43:03 +0000 (21:43 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 31 Jan 2014 02:43:03 +0000 (21:43 -0500)
lisp/ChangeLog
src/ChangeLog

index b23fc43db6d5b4d2e2908d7beaabe4fa78df6fed..b535a54e6bd1b98953aacda8e0c0bd4ffa4348e8 100644 (file)
 
 2013-10-08  Bastien Guerry  <bzg@gnu.org>
 
-       * register.el (insert-register): Fix revno:114543.
+       * register.el (insert-register): Fix 2013-10-07 change.
 
 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index 55c67ce74b823765e14912be87dd9c13495dc689..7fea853c11347fb94e7269601a8779bd9220b548 100644 (file)
 
 2014-01-27  K. Handa  <handa@gnu.org>
 
-       Fix bug#16286 by the different way than revno:116158 to preserve
-       the code detection behavior of 24.3.
-
+       Fix bug#16286 by a different method from revno:116158 (2014-01-26),
+       to preserve the code detection behavior of 24.3.
        * coding.h (struct coding_system): New member detected_utf8_bytes.
-
        * coding.c (detect_coding_utf_8): Set coding->detected_utf8_bytes.
        (decode_coding_gap): Use short cut for UTF-8 file reading only
        when coding->detected_utf8_bytes equals to coding->src_bytes.
-
        * fileio.c (Finsert_file_contents): Cancel the previous change.
 
 2014-01-29  Martin Rudalics  <rudalics@gmx.at>